home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
utils
/
stg_e_01.lzh
/
ST_GUIDE.LZH
/
ST-GUIDE.INF
next >
Wrap
Text File
|
1994-08-09
|
2KB
|
53 lines
# This is an example INF file. It's set with hard drive users in mind but
# floppy based users could set up a RAM disk as drive C: and run ST-Guide
# from there.
# You can edit this file using any ASCII text editor and change the paths
# to point to the locations for the various components of ST-Guide.
# It currently looks for a 'GUIDES' folder on 'C', which contains all the
# 'HYP and 'REF' files, and a 'STGUIDE' folder also on 'C' which contains
# all the tools.
# Lines beginning with the '#' symbol, like the lines you just read are
# ignored by ST-Guide and are for information only.
#
# Default search path, where ST-Guide looks for 'HYP' hypertexts:
PATHS=c:\guides;c:\stguide
#
# Default directory ST-Guide opens when calling the File Selector.
# HCP also compiles to this path:
HYPFOLD=c:\guides\
#
# Path to external viewer which is used to display unknown file types.
# The viewer must be loaded in memory!:
#EXTVIEW=NOTICE
#
# The hypertext file to be loaded via the ST-Guide 'Catalog' option or when
# ST-Guide is started without parameters:
HYPTOP=c:\guides\catalog.hyp
#
# The file used to find references:
REF=c:\guides\all.ref
#
# ST-Guide can use GDOS screen fonts if loaded, refer to main
# documentation for syntax details:
#FONT=98,9
#
# HCP is used to compile STG files into HYP files. STool uses this
# entry to 'compile':
HCP=c:\stguide\hcp\hcp.ttp
#
# The number of spaces a tab will be expanded to is set here:
#TABSIZE=4
#
# This file will be loaded automatically if ST-Guide is started without
# parameters:
DEFHYP=st-guide.hyp
#
# These options are used automatically when HCP is called:
HCP_OPT=+z
#
# The first two values set the top left corner of the window. The
# next two values set the bottom right corner for the ST-Guide window:
WINSIZE=40,40,560,320
#
# That's it, wasn't too painful was it!